home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMZOOM / TFRMZOOM.txt < prev   
Encoding:
Text File  |  1999-04-29  |  2.6 KB  |  136 lines

  1. object frmZoom: TfrmZoom
  2.   Left = 423
  3.   Top = 172
  4.   Width = 211
  5.   Height = 223
  6.   Cursor = crCross
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Zoom'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   Menu = MainMenu1
  17.   Position = poScreenCenter
  18.   OnClick = FormClick
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnHide = FormHide
  22.   OnKeyUp = FormKeyUp
  23.   OnMouseDown = FormMouseDown
  24.   OnMouseMove = FormMouseMove
  25.   OnMouseUp = FormMouseUp
  26.   OnResize = FormResize
  27.   OnShow = FormShow
  28.   PixelsPerInch = 96
  29.   TextHeight = 13
  30.   object lblHowTo: TLabel
  31.     Left = 6
  32.     Top = 101
  33.     Width = 150
  34.     Height = 65
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.     Caption = 
  38.       'Hold the left mouse button down on this window then drag to the ' +
  39.       'area you want to magnify'
  40.     WordWrap = True
  41.     OnClick = FormClick
  42.     OnMouseDown = FormMouseDown
  43.     OnMouseMove = lblHowToMouseMove
  44.     OnMouseUp = FormMouseUp
  45.   end
  46.   object bvlTop: TBevel
  47.     Left = 0
  48.     Top = 0
  49.     Width = 158
  50.     Height = 2
  51.     Shape = bsTopLine
  52.     Style = bsRaised
  53.   end
  54.   object bvlLeft: TBevel
  55.     Left = 0
  56.     Top = 1
  57.     Width = 2
  58.     Height = 65
  59.     Shape = bsLeftLine
  60.     Style = bsRaised
  61.   end
  62.   object bvlBottom: TBevel
  63.     Left = 0
  64.     Top = 160
  65.     Width = 158
  66.     Height = 2
  67.     Shape = bsBottomLine
  68.     Style = bsRaised
  69.   end
  70.   object bvlRight: TBevel
  71.     Left = 156
  72.     Top = 1
  73.     Width = 2
  74.     Height = 45
  75.     Shape = bsRightLine
  76.     Style = bsRaised
  77.   end
  78.   object imgMouseUp: TImage
  79.     Left = 44
  80.     Top = 4
  81.     Width = 62
  82.     Height = 87
  83.     AutoSize = True
  84.     Picture.Data = {<image000.bmp>}
  85.     Visible = False
  86.   end
  87.   object imgMouseDown: TImage
  88.     Left = 44
  89.     Top = 12
  90.     Width = 62
  91.     Height = 87
  92.     AutoSize = True
  93.     Picture.Data = {<image001.bmp>}
  94.     Visible = False
  95.   end
  96.   object trZoom: TTrackBar
  97.     Left = 160
  98.     Top = 4
  99.     Width = 33
  100.     Height = 150
  101.     Max = 16
  102.     Min = 1
  103.     Orientation = trVertical
  104.     Frequency = 1
  105.     Position = 2
  106.     SelEnd = 0
  107.     SelStart = 0
  108.     TabOrder = 0
  109.     TickMarks = tmTopLeft
  110.     TickStyle = tsAuto
  111.     OnChange = trZoomChange
  112.   end
  113.   object MainMenu1: TMainMenu
  114.     Left = 65528
  115.     Top = 136
  116.     object mnuHelp: TMenuItem
  117.       Caption = '&Help'
  118.       object mnuHowToUse: TMenuItem
  119.         Caption = '&How To Use'
  120.         OnClick = mnuHowToUseClick
  121.       end
  122.     end
  123.   end
  124.   object tmrRefresh: TTimer
  125.     Interval = 200
  126.     OnTimer = tmrRefreshTimer
  127.     Left = 80
  128.     Top = 8
  129.   end
  130.   object tmrDelayed: TTimer
  131.     OnTimer = tmrDelayedTimer
  132.     Left = 88
  133.     Top = 44
  134.   end
  135. end
  136.